.brand-name {
    font-weight: bold;
    color: #162430 ; 
    font-size: 24px;
    line-height: 50px;
    vertical-align: middle;
  }
  
  .navbar-brand {
      display: flex;
      align-items: center;
    }
    
    .navbar-brand img {
      margin-right: 10px;
    }
  
  .navbar-nav .nav-link {
    font-size: 18px; /* Ukuran teks di menu */
  }
  
  .navbar-brand img {
    margin-right: 10px; /* Spasi antara logo dan teks */
  }

    
    .navbar-nav .nav-link {
      color: #162430    ; /* Warna link default */
    }
    
    .navbar-nav .nav-link:hover {
      color:#162430;    /* Warna link saat hover */
      background-color:#60baee ;
      border-radius: 5px;
    }
    
    .navbar-nav .nav-item {
      margin-left: 15px; /* Jarak antara menu di sebelah kiri */
    }


     
  /* Styling buat Welcome Section */
.welcome-section {
    padding: 20px 0;
    background-color: #f8f9fa; /* Warna background abu-abu muda */
  }
  
  .welcome-section h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color:#162430; /* Warna teks hitam */
    margin-bottom: 5px;
  }
  
  .welcome-section p {
    font-size: 1.25rem;
    color:#162430; /* Warna teks abu-abu tua */
    line-height: 1.7;
  }
  
  .welcome-section h2 {
    font-size: 2rem; /* Ukuran lebih kecil dari H1 */
    font-weight: 600;
    color: #162430; /* Warna teks abu-abu tua */
    margin-bottom: 5px;
  }
  
  /* Styling buat About Section */
/* Styling buat About Section */
.about-section img {
    border-radius: 10px; /* Bikin foto sudutnya melengkung */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Kasih shadow buat efek kedalaman */
    max-width: 80%; /* Batas ukuran maksimal gambar */
    margin-right: 0px; /* Tambahin jarak antara gambar dan teks */
}

.about-section h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #162430;
    margin-bottom: 20px;
}

.about-section p {
    font-size: 1.125rem;
    color: #162430;
    line-height: 1.8;
    margin-top: 0; /* Biar gak ada jarak ekstra di atas paragraf pertama */
}
